﻿/* CSS Document */
@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea{ margin: 0; padding: 0; border: 0; }
html { color: #666; }
html, body { width: 100%; min-width: 320px; }
body, button, input, select, textarea { margin: 0; padding: 0; font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif"; font-size: 14px; background: #fff }
ul, ol, li, dl, dd, dt { list-style: none; }
em { font-style: normal; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
legend { color: #000; }
fieldset, img { border: 0; }
label, button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
img { border: 0; vertical-align: middle; }
a { color: #3a3a3a;text-decoration: none;}
a:hover { text-decoration: none }
.fl { float: left; }
.fr { float: right; }

/* 设置滚动条的样式 */
::-webkit-scrollbar {width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {background-color:#6d6e70;}
::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}

/*头部最上面*/
.container { width:90%;max-width: 1240px; margin: 0 auto; }
.top1{width:100%;background:#6e6e6d;height:30px;line-height:30px;}
.top1 p{width:50%;font-size:12px;color:#ffffff;float:left;}
.top1 div.top1_nav{float:right;width:40%;text-align:right;}
.top1 div.top1_nav a{display:inline-block;vertical-align:top;padding:0 5px;font-size:12px;color:#ffffff;}
.top1 div.top1_nav a:hover{color:#feb65b;}
@media (max-width:1199px) {.container { width:95%;}  }
@media (max-width:992px) {  }
@media (max-width:880px) {.top1{display:none;}}
@media (max-width:767px) { }

/*头部logo区域*/
#header{background:#ffffff;}
#header .logo { width:432px; margin:26px 20px 26px 0;display:inline-block;}
#header .logo  a{display:block;}
#header .logo img { vertical-align: middle; }
.logo_desc{float:left;width: 360px;margin-top:40px;}
.logo_desc p{font-size:18px;color: #fea101;font-weight:bold;}
.logo_desc span{font-size:14px;color:#666;}
.top_tel{background:url(../images/top_tel.png) right center no-repeat;padding-right:20px;margin-top:34px;}
.top_tel p{font-size: 14px;text-align:right;}
.top_tel span{color: #07655d;font-size: 22px;font-weight:bold;text-align:right;}
@media (max-width:1199px) {#header .logo{ width:47%;}#header .logo img{max-height: 100%;max-width: 100%;}.logo_desc{width:30%;}}
@media (max-width:992px) {#header .logo{width:65%;}.logo_desc{display:none;}}
@media (max-width:880px) { }
@media (max-width:767px) {#header .logo{ width:95%; margin:0 auto;padding:10px 0;float:none;display:block;}#header .logo  a{text-align:center;}.top_tel{display:none;} }

/*导航*/
#nav { display:block;background-color:#009a8e; width:100%;}
#nav ul li { float: left; width:11%;margin:0 0.6%;position:relative;line-height: 46px;text-align:center;}
#nav ul li span { display:block;color: #fff;width:98%; padding: 0 1%; font-size: 14px; text-align: center; height: 46px; line-height: 46px; display: inline-block; cursor: pointer;position: relative;overflow: visible;-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;}
#nav ul li span a{display:block;color: #fff;}
#nav ul li span i{display:none;float:right;width:46px;height:46px;background:url(../images/pro_fl_icon.png) center center no-repeat;}
#nav ul li span.active{background:#07655d;color:#fff;}
#nav ul li span:hover {color: #ffffff;background: #07655d;}
#nav ul li div{position:absolute;top:46px;left:0;width:100%;background:#fff;z-index:999999;display:none;}
#nav ul li div a{color: #555;width:98%; padding: 0 1%; font-size: 14px; text-align: center; height: 46px; line-height: 46px;border-bottom:1px dashed #dedede; display: inline-block; cursor: pointer;}
#nav ul li div a:hover{background:#f1f1f1;color:#555;}
#nav ul li:hover div{display:block;}
.web_nav{display:none;width:90%; height: 50px;line-height:50px;color:#fff;font-size:16px;margin:0 auto;font-weight:bold;}
.btn-menu {display:block;float:right;position:relative;background:transparent;cursor:pointer;padding: 15px 0;width:26px;height:16px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;outline:none;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#ffffff;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after {content:'';position:absolute;top:0;height:1px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.btn-menu span {position:absolute;width:100%;height:1px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.btn-menu:before {-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);}
.btn-menu:after {-webkit-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0);}
.btn-menu.active span {opacity:0;}
.btn-menu.active:before {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.btn-menu.active:after {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) {.web_nav{width:90%;display:block;}#nav .container { width:100%; }
#nav ul{width:100%;display:none;}#nav ul li{width:100%;background:#f1f1f1;border-bottom:1px solid #ffffff;margin: 0 0;}
#nav ul li a{color:#333; display:block;}.web_nav span.search_bt {display: inline-block;cursor: pointer; float: right;  font-size: 20px; color: #fff; font-weight: bold; width: 32px; height: 32px; text-align: center; line-height: 33px;margin: 9px 14px 0 0; background: #067b72 url(../images/search_btn.png) center center no-repeat;}#nav ul li div{position:static;}#nav ul li div a{height:36px;line-height:36px;display:block;}#nav ul li div a:hover{background:#fff;}#nav ul li span{text-indent:46px;}#nav ul li span a{display:inline;color: #555;}#nav ul li span:hover a{color: #fff;}#nav ul li span.active a{color: #fff;}}
@media (max-width:767px) {}


/*首页banner*/
.flickerplate {position:relative;width:100%;height:550px;background-color:#e6e6e6;overflow:hidden}
.flickerplate ul.flicks {width:10000%;height:100%;padding:0px;margin:0px;list-style:none}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner1.jpg);}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner2.jpg);}	
.flickerplate ul.flicks>li {float:left;width:1%;height:100%;background-position:center;background-size:cover;display:table}
.flickerplate ul.flicks>li .flick-inner {height:100%;padding:10px;color:#fff;display:table-cell;vertical-align:middle}
.flickerplate ul.flicks>li .flick-inner .flick-content {max-width:68.75em;margin-left:auto;margin-right:auto}
.flickerplate ul.flicks>li .flick-title {padding:0px 0px;font-size:2.778em;line-height:1.995em;text-align:center}
@media only screen and (max-width:43.813em) {.flickerplate ul.flicks>li .flick-title {font-size:1.667em}}
.flickerplate ul.flicks>li .flick-sub-text {padding:5px;font-weight:300;line-height:2.5em;color:rgba(255,255,255,0.8);text-align:center}
.flickerplate ul.flicks>li .flick-title span.flick-block-text,.flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {padding:12px 18px;background-color:rgba(0,0,0,0.6)}
.flickerplate .arrow-navigation {position:absolute;height:80%;width:10%;top:10%;z-index:100;overflow:hidden}
.flickerplate .arrow-navigation .arrow {display:block;height:100%;width:90%;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;transition:all 0.2s ease-out}
.flickerplate .arrow-navigation:hover,.flickerplate .arrow-navigation .arrow:hover {cursor:pointer}
.flickerplate .arrow-navigation.left {left:0%}
.flickerplate .arrow-navigation.left .arrow {opacity:0;margin:0px 0px 0px 50%;background-image:url("../images/arrow-left-light.png");background-repeat:no-repeat;background-position:left}
.flickerplate .arrow-navigation.right {right:0%}
.flickerplate .arrow-navigation.right .arrow {opacity:0;margin:0px 0px 0px -50%;background-image:url("../images/arrow-right-light.png");background-repeat:no-repeat;background-position:right}
.flickerplate .arrow-navigation.left.hover .arrow {opacity:1;margin:0px 0px 0px 20%}
.flickerplate .arrow-navigation.right.hover .arrow {opacity:1;margin:0px 0px 0px -20%}
.flickerplate .dot-navigation {position:absolute;bottom:25px;width:100%;text-align:center;z-index:100}
.flickerplate .dot-navigation ul {text-align:center;list-style:none;padding:0px 15px}
.flickerplate .dot-navigation ul li {display:inline-block;float:none}
.flickerplate .dot-navigation .dot {width:12px;height:12px;margin:0px 5px;border:2px solid rgba(255,255,255,0.5);border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:background-color 0.2s ease-out;-moz-transition:background-color 0.2s ease-out;-o-transition:background-color 0.2s ease-out;-ms-transition:background-color 0.2s ease-out;transition:background-color 0.2s ease-out}
.flickerplate .dot-navigation .dot:hover {cursor:pointer;background-color:rgba(255,255,255,0.5)}
.flickerplate .dot-navigation .dot.active {background-color:rgb(255,255,255);border:2px solid rgb(255,255,255);}
.flickerplate .dot-navigation.left,.flickerplate .dot-navigation.left ul {text-align:left}
.flickerplate .dot-navigation.right,.flickerplate .dot-navigation.right ul {text-align:right}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {background-image:url("../images/arrow-left-dark.png")}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {background-image:url("../images/arrow-right-dark.png")}
.flickerplate.flicker-theme-dark .dot-navigation .dot {background-color:rgba(0,0,0,0.12)}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {background-color:rgba(0,0,0,0.6)}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {background-color:#000}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {color:rgba(0,0,0,0.9)}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {color:rgba(0,0,0,0.9)}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {background-color:rgba(255,255,255,0.5)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {color:rgba(0,0,0,0.9)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {color:rgba(0,0,0,0.9)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {background-color:rgba(255,255,255,0.5)}
.flickerplate.animate-transform-slide ul.flicks {-webkit-perspective:1000;-webkit-backface-visibility:hidden;transform:translate3d(0%,0px,0px);-webkit-transform:translate3d(0%,0px,0px);-webkit-transition:-webkit-transform 0.6s;-o-transition:-o-transform 0.6s;-moz-transition:-moz-transform 0.6s;transition:transform 0.6s}
.flickerplate.animate-transition-slide ul.flicks {position:relative;left:0%;-webkit-transition:left 0.4s ease-out;-moz-transition:left 0.4s ease-out;-o-transition:left 0.4s ease-out;-ms-transition:left 0.4s ease-out;transition:left 0.4s ease-out}
.flickerplate.animate-jquery-slide ul.flicks {position:relative;left:0%}
.flickerplate.animate-scroller-slide {padding-bottom:0px;overflow:auto}
.flickerplate.animate-scroller-slide ul.flicks {position:auto}
@media (max-width:1199px) {.flickerplate{height:380px;}}
@media (max-width:992px) {.flickerplate{height:380px;}.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner_sj1.jpg) !important;}.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner_sj2.jpg) !important;}	}
@media (max-width:880px) {}
@media (max-width:767px) {.flickerplate{height:240px;}.flickerplate .dot-navigation{bottom:10px;}.flickerplate .dot-navigation .dot{width:8px;height:8px;}}


/*公告*/
#announcement_main {background:#f5f5f5;}
#announcement {width: 90%;max-width:1240px;margin: 0 auto;padding:4px 0;}
#announcement .announcement_title{ float:left;font-size:14px; font-weight:bold; line-height:40px;}
#announcement .announcement_body{float:left; width:490px;line-height:40px; font-size:14px; color:#555;}
#announcement .announcement_bottom{float:right; width:280px;}
.announcementlist li {line-height:40px;overflow:hidden;}
.announcementlist li a{color:#555;display:block;float:left;width:76%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.announcementlist li a:hover{color:#333;}
.announcementlist li span{float:left; margin-left:15px;color:#999;width:20%;}
.search-box{}
.search-box .input-search-btn {height: 40px;float:right;width:20%;background:#e9852f url(../images/search_btn.png) center center no-repeat; outline:none;}
.search-box .input-search {position:relative;}
.search-box .input-search input {float:left;width:80%; height: 40px; background-color: #fff; text-indent: 15px;outline:none;}
.search-box .input-search-btn:hover{background:#ffb440 url(../images/search_btn.png) center center no-repeat;}
@media (max-width:1199px) {#announcement{width:96%;}#announcement .announcement_body{width: 490px;}}
@media (max-width:992px) {#announcement .announcement_bottom{float:none;width:100%;}#announcement .announcement_title{display:none;}#announcement .announcement_body{display:none;}}
@media (max-width:880px) {#announcement{display:none}}
@media (max-width:767px) {#announcement .announcement_body{width: 64%;}}

.ly_title { width:100%; overflow: hidden; margin: 0 auto 30px; padding: 0;}
.ly_title p { width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #333; font-size: 25px; font-weight: bold;text-align: center;}
.ly_title p font { color:#333;}
.ly_title span { display:block; width:100%; height: 20px; overflow: hidden; line-height: 20px; margin: 0 auto 0; padding: 0; color: #999; font-size: 12px; font-family: "Arial"; text-align: center;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) { }
@media (max-width:767px) {.ly_title p{font-size:22px;}}

/*首页产品展示*/
.h_products{width:100%;background:#ffffff;}
.h_products_in{ width:90%;max-width:1240px;margin:0 auto;padding:40px 0 10px;}
.h_products_in .content_left{float:left;width:20%;}
.h_products_in .content_left .pro_mulu_wrap{border:1px solid #00998e;}
.h_products_in .content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;background:#00998e;color:#ffffff;}
.h_products_in .content_left .pro_mulu{padding:0 4%;padding-top:10px;margin-bottom:15px;}
.h_products_in .content_left .pro_mulu li p{display:block;height:45px;line-height:45px;text-align:left;padding:0 45px 0 20px;background: #00998e;color:#fff;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;border-radius:2px;position:relative;}
.h_products_in .content_left .pro_mulu li p a{color:#fff;font-size:14px;}
.h_products_in .content_left .pro_mulu li p span{display:block;width:45px;height:45px;background:url(../images/pro_fl_icon.png) center center no-repeat;position:absolute;right:0;top:0;}
.h_products_in .content_left .pro_mulu li p.on{background: #07655d;}
.h_products_in .content_left .pro_mulu li div{padding:0 10px;display:none;}
.h_products_in .content_left .pro_mulu li div a{display:block;height:45px;line-height:45px;text-align:left;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:#ffffff;color:#555;height:35px;line-height:35px;font-size:12px;border-bottom: 1px dashed #c7c7c7;background:url(../images/pro_icon.jpg) left center no-repeat;text-indent:20px;}
.h_products_in .content_left .pro_mulu li>p:hover{background: #07655d;}
.h_products_in .content_left .pro_mulu li div a:hover{color:#07655d;}
.h_products_in .content_right{float:right;width:78%;}
.h_products_in .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.h_products_in .content_right .bread_nav h2{width:20%;font-size:16px;color:#333;float:left;font-weight:bold;}
.h_products_in .content_right .bread_nav div{float:right;width:78%;text-align:right;color:#777;overflow:hidden;}
.h_products_in .content_right .bread_nav div a{color:#555;font-size:12px;}
.h_products_in .content_right .bread_nav div a:hover{color:#07655d}
.h_products_in .conn ul.h_product_bd{padding-top:20px;}
.h_products_in .conn ul.h_product_bd li{float:left;width:30%;margin-right:4.5%;margin-bottom:30px;border: 1px solid #dedede;}
.h_products_in .conn ul.h_product_bd li:nth-child(3n) {margin-right: 0px;}
.h_products_in .conn ul.h_product_bd li .pro_img{background:#fff;padding:10px 10px;}
.h_products_in .conn ul.h_product_bd li .pro_img a{text-align:center;height:220px;overflow:hidden;background:#fff;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
.h_products_in .conn ul.h_product_bd li .pro_img a img{vertical-align:middle;max-width:100%;max-height:100%;}
.h_products_in .conn ul.h_product_bd li .pro_img a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;display:none;}
.h_products_in .conn ul.h_product_bd li p{padding:5px 1%;width:98%;background:#f3f3f3;color:#555;font-size:15px;height:40px;line-height:40px;text-align:center;margin-top:-1px;}
.h_products_in .conn ul.h_product_bd li p span{display:block;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_products_in .conn ul.h_product_bd li p span a{color:#555;}
.h_products_in .conn ul.h_product_bd li:hover{border:1px solid #00998e;}
.h_products_in .conn ul.h_product_bd li:hover p{background:#00998e;}
.h_products_in .conn ul.h_product_bd li:hover p a{color:#ffffff;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) {.h_products_in .conn ul.h_product_bd li .pro_img a{height:144px;}.h_products_in .conn ul.h_product_bd li{margin-right:4%;} }
@media (max-width:767px) {.h_products_in{padding:20px 0 10px;}.h_products_in .content_left{float:none;width:100%;margin-bottom:10px;}.h_products_in .content_left .c_tlt{text-indent:5%;text-align:left;background:#00998e url(../images/pro_fl_icon.png) 95% center no-repeat;height:45px;line-height:45px;font-size:16px;}.h_products_in .content_left .pro_mulu{display:none;}.h_products_in .content_left .pro_mulu_index li div{display:none;}.h_products_in .content_right{float:none;width:100%;}.h_products_in .conn ul.h_product_bd li{width:47%;}.h_products_in .conn ul.h_product_bd li:nth-child(2n){margin-right:0;}.h_products_in .conn ul.h_product_bd li:nth-child(3n){margin-right:4%;}.h_products_in .conn ul.h_product_bd li:nth-child(6n){margin-right:0;}.h_products_in .conn ul.h_product_bd li .pro_img a{height:130px;}.h_products_in .conn ul.h_product_bd li p{font-size:12px;height:30px;line-height:30px;}.h_products_in .conn ul.h_product_bd li p span{height:30px;line-height:30px;}}

/*首页公司简介*/
.about{ width:100%; background:url(../images/bg.jpg) no-repeat; background-attachment: fixed;padding:60px 0;}
.about .container{background:#fff;}
.about .container .box{padding:15px 25px 30px;}
.about .about_l{float:right;width:61%;padding:0 0 0;}
.about .tlt{font-size: 18px;line-height: 40px;color: #00998e;font-weight: bold;padding-bottom:10px;margin-bottom:20px;background:url(../images/line.png) center bottom repeat-x;}
.about .about_l div.con{font-size:14px;line-height:28px;color:#777;text-indent:28px;height:200px;overflow:hidden;margin:10px 0 40px;}
.about .about_l a.more{display:block;width:198px;height:38px;line-height:38px;text-align:center;font-size:14px;background:#00998e;color:#fff;border-radius:2px;}
.about .about_l a.more:hover{background:#07655d;}
.about .about_r{float:left;width:36%;}
.about .about_r a{display:block;}
.about .about_r a img{max-width:100%;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) { }
@media (max-width:767px) {.about .tlt{text-align:center;margin-bottom: 0;}.about .about_l{width:100%;}.about .about_r{width:100%;}.about .about_l a.more{margin:0 auto 10px;background:#fff;color:#00998e;border:1px solid #00998e;} .about .about_l div.con{margin:10px 0 10px;}}

/*企业展示*/
.qyzs{width:100%;margin:0 auto;padding:40px 0;}
.qyzs .slideGroup{ width:100%; text-align:left;  }
.qyzs .slideGroup .parHd{line-height:30px;position:relative;  }
.qyzs .slideGroup .parHd ul{overflow:hidden;text-align:center;   }
.qyzs .slideGroup .parHd ul li{ display:inline-block;padding:4px 20px;border-radius:4px; cursor:pointer;background:#7d7d7d;color:#ffffff;margin:0 4px;}
.qyzs .slideGroup .parHd ul li.on{background:#e77f0e;}
.qyzs .parBd{margin-top:30px;}
.qyzs .slideGroup .slideBox{ overflow:hidden; zoom:1; padding:0 42px; position:relative;   }
.qyzs .slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:0; top:50%;margin-top:-60px; display:block; width:30px; height:94px; border:1px solid #ddd; background:url(../images/icoLeft.gif) center center no-repeat #f4f4f4; }
.qyzs .slideGroup .sNext{ left:auto; right:0; background:url(../images/icoRight.gif) center center no-repeat #f4f4f4;  }
.qyzs .slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }
.qyzs .slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.qyzs .slideGroup .parBd ul li{width:20%; margin:0 8px;float:left;_display:inline; overflow:hidden; text-align:center;  }
.qyzs .slideGroup .parBd ul li .pic{ text-align:center;border:1px solid #ccc;padding:2%;width:96%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.qyzs .slideGroup .parBd ul li .pic a{height:220px;display:block;text-align:center;overflow:hidden;}
.qyzs .slideGroup .parBd ul li .pic a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.qyzs .slideGroup .parBd ul li .pic img{ max-width:100%; max-height:100%;vertical-align:middle;transition: transform .6s;}
.qyzs .slideGroup .parBd ul li .pic a:hover img{ transform: scale(1.1); }
.qyzs .slideGroup .parBd ul li .title{ line-height:34px;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) { }
@media (max-width:767px) {.qyzs{padding: 20px 0;} .ly_title{margin: 0 auto 15px;}.qyzs .slideGroup .parBd ul li .pic a{height:160px;}}

/*四大优势*/
.youshi{width:100%;margin:0 auto;padding-bottom:40px;}
.youshi ul li{float:left;width:21%;margin-right:4.5%;}
.youshi ul li:nth-child(4n){margin-right: 0px;}
.youshi ul li .pic{width:100%;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
.youshi ul li .pic img{max-width:100%;height:auto;}
.youshi ul li .wz{padding:20px 15px;background-color: #f3f2f4;}
.youshi ul li .wz p{color: #273581;font-size:18px;font-weight:bold;text-align:center;padding-bottom:5px;}
.youshi ul li .wz span{display:block;font-size:14px;color:#555555;text-align:left;line-height:22px;height:42px;overflow:hidden;}
@media (max-width:1199px) {.youshi ul li .wz span{height:62px;}  }
@media (max-width:992px) {  }
@media (max-width:880px) { }
@media (max-width:767px) {.youshi ul li{float:none;width:100%;margin-right:0;}.youshi ul li .wz span{text-align:center;}}

.h_banner{width:100%;height:120px;background:url(../images/h_banner.jpg) center center no-repeat;}
.h_banner img{width:100%;height:auto;display:none;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) { }
@media (max-width:767px) {.h_banner{background:url(../images/h_banner_sj.jpg) center center no-repeat;}}

/*首页新闻*/
.h_news{width:100%;padding:40px 0;background:#f7f7f7;}
.h_news .news_bd{width:60%;float:left;background:#fff;}
.h_news .news_bd .tlt{overflow:hidden;border-top:2px solid #009a8e;padding:0 20px;}
.h_news .news_bd .tlt p{float:left;width:56%;height:50px;line-height:50px;font-size: 16px;font-weight: bold;}
.h_news .news_bd .tlt .news_tab{float:left;}
.h_news .news_bd .tlt .news_tab span{display:inline-block;vertical-align:top;width:80px;height:30px;line-height:30px;color:#fff;border-radius:2px;text-align:center;background: #7d7d7d;margin-right:20px;margin-top:5px;cursor:pointer;}
.h_news .news_bd .tlt .news_tab span:hover{background: #e77f0e;}
.h_news .news_bd .tlt .news_tab span.on{background: #e77f0e;}
.h_news .news_bd .tlt a{display:block;float:right;color: #666;font-size: 12px;height:50px;line-height:50px;}
.h_news .news_bd ul {}
.h_news .news_bd ul li{background:#ffffff;padding:10px 24px;margin-bottom:20px;position:relative;}
.h_news .news_bd ul li .news_time{position:absolute;left:24px;top:10px;width:90px;text-align:center;background:#cacaca;padding:10px 0;overflow:hidden;}
.h_news .news_bd ul li .news_time p{font-size:24px;font-weight:bold;color:#fff;}
.h_news .news_bd ul li .news_time span{font-size:14px;color:#fff;}
.h_news .news_bd ul li .news_con{padding-left:110px;}
.h_news .news_bd ul li .news_con p{font-size:15px;font-weight:bold;color:#555;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_news .news_bd ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.h_news .news_bd ul li:hover{background:#00998e;}
.h_news .news_bd ul li:hover .news_time{background:#07655d;}
.h_news .news_bd ul li:hover .news_con p a{color:#ffffff}
.h_news .news_bd ul li:hover .news_con span{color:#ffffff}
.h_news .article_bd{width:36%;float:right;background:#ffffff;padding-bottom:20px;}
.h_news .article_bd .tlt{overflow:hidden;border-top:2px solid #009a8e;padding:0 20px;}
.h_news .article_bd .tlt p{float:left;height:50px;line-height:50px;font-size: 16px;font-weight: bold;}
.h_news .article_bd .tlt a{display:block;float:right;color: #666;font-size: 12px;height:50px;line-height:50px;}
.h_news .article_bd ul{padding:0 20px;}
.h_news .article_bd ul li{overflow:hidden;border-bottom: 1px dotted #ccc;padding: 10px 0px;margin: 0 0 10px 0;background:url(../images/news_icon.png) left center no-repeat;}
.h_news .article_bd ul li a{display:block;width:65%;font-size:14px;color:#666;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;float:left;text-indent:20px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_news .article_bd ul li a:hover{color:#07655d;margin-left:10px;}
.h_news .article_bd ul li span{width:30%;text-align:right;display:block;font-size:12px;color:#999;overflow:hidden;float:right;}
@media (max-width:1199px) {.h_news .news_bd .tlt p{width:50%;}}
@media (max-width:992px) {  }
@media (max-width:880px) {.h_news .news_bd{width:50%;}.h_news .article_bd {width: 46%;}.h_news .news_bd .tlt p{width:30%;} }
@media (max-width:767px) {.h_news .news_bd{width:100%;margin-bottom:15px;}.h_news .article_bd{width:100%;} .h_news .news_bd .tlt p{width:30%;}.h_news .news_bd .tlt .news_tab span{margin-right:10px;width:60px;font-size:12px;margin-top:10px;}}

/*合作品牌*/
.h_brand{width:100%;margin:0 auto;padding:40px 0 20px;}
.h_brand .slideGroup{ width:100%; text-align:left;  }
.h_brand .slideGroup .slideBox{ overflow:hidden; zoom:1; padding:0 42px; position:relative;   }
.h_brand .slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:0; top:50%;margin-top:-64px; display:block; width:30px; height:94px; border:1px solid #ddd; background:url(../images/icoLeft.gif) center center no-repeat #f4f4f4; }
.h_brand .slideGroup .sNext{ left:auto; right:0; background:url(../images/icoRight.gif) center center no-repeat #f4f4f4;  }
.h_brand .slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }
.h_brand .slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.h_brand .slideGroup .parBd ul li{ margin:0 8px;float:left;_display:inline; overflow:hidden; text-align:center;  }
.h_brand .slideGroup .parBd ul li .pic{ text-align:center;border:1px solid #ccc;padding:2%;width:96%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.h_brand .slideGroup .parBd ul li .pic a{display:block;height: 85px;text-align:center;overflow:hidden;}
.h_brand .slideGroup .parBd ul li .pic a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.h_brand .slideGroup .parBd ul li .pic img{ max-width:100%; max-height:100%;vertical-align:middle;transition: transform .6s;}
.h_brand .slideGroup .parBd ul li .pic a:hover img{ transform: scale(1.1); }
.h_brand .slideGroup .parBd ul li .title{ line-height:34px;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) { }
@media (max-width:767px) {.h_brand{padding: 20px 0 0;}}

/*首页友情链接*/
.link{width:100%;margin-bottom:30px;}
.link .link_con{width:94%;margin:0 auto;background:#fff;padding:15px 3%;}
.link .link_con span{display:block;background:url(../images/pecv.png) left center no-repeat;padding-left:25px;font-size:15px;font-weight:bold;height:26px;line-height:26px;margin-bottom:5px;}
.link .link_con p{font-size:12px;color:#555;line-height:24px;padding:0 15px 0 0;}
.link .link_con p a{font-size:12px;color:#555;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) { }
@media (max-width:767px) { }

/*网站底部*/
.foot{width:100%;background-color: #07655d;color:#ffffff;padding:25px 0;}
.foot .foot1 .f_nav{float:left;width:70%;}
.foot .foot1 .f_nav dl{float:left;width:13%;padding-right:5%;}
.foot .foot1 .f_nav dl.lxfs{width:40%;}
.foot .foot1 .f_nav dl dt{margin-bottom:10px;}
.foot .foot1 .f_nav dl dt a{display:block;color:#ffffff;font-size:16px;height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.foot .foot1 .f_nav dl dd{color:#fff;font-size:14px;height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.foot .foot1 .f_nav dl dd a{display:block;color:#fff;font-size:14px;height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.foot .foot1 .f_nav dl span{display:block;height:10px;}
.foot .foot1 .f_nav a:hover{color:#feb65b;}
.foot .foot1 .f_code{width:20%;float:right;}
.foot .foot1 .f_code .code{width:95%;margin:0 auto;}
.foot .foot1 .f_code .code img{max-width:100%;height:auto;display:inline-block;}
.foot .foot1 .f_code p{text-align:center;color:#ffffff;font-size:14px;height:40px;line-height:40px;}
.foot .foot2 {color:#fff;font-size:14px;text-align:center;}
.foot .foot2 p{line-height:24px;padding:0 10px;}
.foot .foot2 a{color:#fff;font-size:14px;}
.foot .foot2 a:hover{color:#feb65b;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) {.foot .container{width:100%;}.foot .foot1 .f_nav dl dd{display:none;}.foot .foot1 .f_code{display:none;}.foot1{position:fixed;z-index:999999;bottom:0;background:#fff;width:100%;-webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.1);box-shadow: 0 -1px 3px rgba(0,0,0,.1);}.foot .foot1 .f_nav{width:100%;height: 44px;}.foot .foot2{padding-bottom:34px;font-size:12px;}.foot .foot2 a{font-size:12px;}.foot .foot1 .f_nav dl dt a{height:44px;line-height:44px;color:#555;font-size:14px;}.foot .foot1 .f_nav dl dt{margin-bottom:0;text-align:center;}.foot .foot1 .f_nav dl{width:25%;border-right: 1px solid #ddd;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}.foot .foot1 .f_nav dl.lxfs{width:25%;}}
@media (max-width:767px) {}


/*悬浮链接*/
.suspend-item {background: url(../images/toolbar.png) no-repeat #feb65b;  display: block; width: 52px; height: 52px; margin-top: 1px; position: relative; -moz-transition: background-position 1s; -ms-transition: background-position 1s; -o-moz-transition: background-position 1s; -webkit-moz-transition: background-position 1s; -o-transition: background-position 1s; -webkit-transition: background-position 1s; transition: background-position 1s; }
.suspend-item-item {background: url(../images/toolbar_2.png) no-repeat #feb65b;  display: block; width: 52px; height: 52px; margin-top: 1px; position: relative; -moz-transition: background-position 1s; -ms-transition: background-position 1s; -o-moz-transition: background-position 1s; -webkit-moz-transition: background-position 1s; -o-transition: background-position 1s; -webkit-transition: background-position 1s; transition: background-position 1s; }
.service-QQ {box-shadow: 0 0 8px 0 #feb65b;}
.suspend-item-weixin .suspend-layer { height: 140px; background-position: 0 0; overflow: hidden; box-shadow:0 0 5px #feb65b;}
.suspend-item:hover{background-color:#f3941c;}
.suspend-item-item:hover{background-color:#f3941c;}
.fn-suspend { position: fixed; right: 0; bottom: 50px;z-index: 99999; margin-right: 20px\0; }
.suspend-item:hover .suspend-layer { opacity: 1; filter: alpha(opacity=100); transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}
.suspend-item-weixin { background-position: 0 -370px; }
.suspend-item-weixin:hover { background-position: 0 -433px; }
.suspend-item-weixin .suspend-layer img{display: block;}
.suspend-item-feedback { background-position: 0 0; }
.suspend-item-feedback a{width: 100%;height: 100%;display: block;}
.suspend-item-feedback:hover { background-position: 0 -60px; }
.suspend-item-app { background-position: 0 -122px; }
.suspend-item-app:hover { background-position: 0 -183px; }
.suspend-item-top { background-position: 0 -243px;cursor: pointer; }
.suspend-item-top:hover { background-position: 0 -308px; }
.suspend-layer { position: absolute; right: -173px; bottom: 0px; width: 140px; opacity: 0; filter: alpha(opacity=0);}
.service-QQ {position: absolute; list-style: none; color: #666; width: 173px; bottom: 0px;background-color:#fff;}
.service-QQ li { border-bottom: 1px solid #ddd; padding: 8px 0 8px 15px; font-size:14px;}
.service-QQ a { text-decoration: none; color: #666; }
.service-QQ li:last-child { border-bottom: none; }
.service-QQ li img { vertical-align: middle; }
.fn-suspend.floatqq_left .service-QQ { left:-173px; transition:left 0.3s; opacity:0; filter:alpha(opacity=0);}
.fn-suspend.floatqq_left .show_qq{ opacity:1; left:52px;filter:alpha(opacity=100);}
.fn-suspend.floatqq_right .service-QQ{ left:52px; transition:left 0.3s; opacity:0; filter:alpha(opacity=0);}
.fn-suspend.floatqq_right .show_qq{opacity:1; left:-173px;filter:alpha(opacity=100);}
.fn-suspend.floatqq_left .suspend-item-weixin .suspend-layer{ left:-140px;}
.fn-suspend.floatqq_left .suspend-item-weixin .suspend-layer.show_qq{left:52px; transition:left 0.3s;}
.fn-suspend.floatqq_right .suspend-item-weixin .suspend-layer.show_qq{left:-140px; transition:left 0.3s;}
.fn-suspend.floatqq_left .suspend-layer { left: 52px; -moz-transform-origin: 0 95%; -ms-transform-origin: 0 95%; -o-transform-origin: 0 95%; -webkit-transform-origin: 0 95%; transform-origin: 0 95%; }
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) { }
@media (max-width:767px) {.fn-suspend{display:none;}.fopmes{height:45px;}}


/*-------------------内页开始-------------------*/
.ny_banner{width:100%;position:relative;}
.ny_banner picture{display:block;}
.ny_banner img{width:100%;height:auto;}

.ny_content_wrap{background: #f9f9f9;width:100%;}
.ny_content{width:90%;max-width:1240px;margin:0 auto;padding-top:20px;padding-bottom:20px;}
.ny_content .content_right .conn{width:95%;margin:0 auto;color:#555;font-size:14px;line-height:28px;padding-top:10px; z-index:1; position:relative;}
.ny_content .ny_news_con2{min-height:300px;}
.ny_content .content_right .conn .ny_news_con img,.ny_content .content_right .conn .ny_news_con  table,.ny_content .content_right .conn .ny_news_con  tr,.ny_content .content_right .conn .ny_news_con  td,.ny_content .content_right .conn .ny_news_con  p,.ny_content .content_right .conn .ny_news_con  span,.ny_content .content_right .conn .ny_news_con  div,.ny_content .content_right .conn .ny_news_con  video,.ny_content .content_right .conn .ny_news_con embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}
.ny_content .content_left{float:left;width:20%;background:#fff;}
.ny_content .content_right{float:right;width:78%;background:#fff;min-height:700px;}
.ny_content .content_right .bread_nav{width:95%;margin:0 auto;overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;padding-top:20px;}
.ny_content .content_right .bread_nav h2{width:20%;font-size:16px;color:#333;float:left;font-weight:bold;}
.ny_content .content_right .bread_nav div{float:right;width:78%;text-align:right;color:#777;overflow:hidden;font-size:12px;}
.ny_content .content_right .bread_nav div>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav div a{color:#555;font-size:12px;}
.ny_content .content_right .bread_nav div a:hover{color:#07655d}
@media (max-width:1199px) {  }
@media (max-width:992px) {}
@media (max-width:880px) { }
@media (max-width:767px) {.ny_content{width:98%;}.ny_content .content_right{min-height:200px;}.ny_content .content_right .bread_nav h2{display:none;}.ny_content .content_right .bread_nav div{width:100%;text-align: left;}.ny_content .content_right .bread_nav{padding-top:5px;}}

/*内页产品展示*/
.ny_content .content_left .pro_mulu_wrap{}
.ny_content .content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;background:#00998e;color:#ffffff;}
.ny_content .content_left .pro_mulu{padding:0 4%;padding-top:10px;margin-bottom:15px;display:block;}
.ny_content .content_left .pro_mulu li p{display:block;height:45px;line-height:45px;text-align:left;padding:0 45px 0 20px;background: #fff;color:#333;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;border-radius:2px;position:relative;border-bottom:1px solid #dedede;}
.ny_content .content_left .pro_mulu li p a{color:#333;font-size:14px;font-weight:bold;}
.ny_content .content_left .pro_mulu li p span{display:block;width:45px;height:45px;background:url(../images/pro_fl_icon2.png) center center no-repeat;position:absolute;right:0;top:0;}
.ny_content .content_left .pro_mulu li div{padding:0 10px;display:none;}
/*.ny_content .content_left .pro_mulu li:first-child div{display:block;}*/
.ny_content .content_left .pro_mulu li div a{display:block;height:45px;line-height:45px;text-align:left;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:#ffffff;color:#555;height:35px;line-height:35px;font-size:12px;border-bottom: 1px dashed #c7c7c7;background:url(../images/pro_icon.jpg) left center no-repeat;text-indent:20px;}
.ny_content .content_left .pro_mulu li.on p a{color:#07655d;}
.ny_content .content_left .pro_mulu li>p:hover a{color:#07655d;}
.ny_content .content_left .pro_mulu li div a:hover{color:#07655d;}
.ny_content .conn ul.ny_product_bd{padding-top:20px;}
.ny_content .conn ul.ny_product_bd li{float:left;width:30%;margin-right:5%;margin-bottom:30px;}
.ny_content .conn ul.ny_product_bd li:nth-child(3n) {margin-right: 0px;}
.ny_content .conn ul.ny_product_bd li .pro_img{background:#fff;border:1px solid #dedede;padding:10px 10px;}
.ny_content .conn ul.ny_product_bd li .pro_img a{text-align:center;height:220px;overflow:hidden;background:#fff;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
.ny_content .conn ul.ny_product_bd li .pro_img a img{vertical-align:middle;max-width:100%;max-height:100%;}
.ny_content .conn ul.ny_product_bd li .pro_img a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;display:none;}
.ny_content .conn ul.ny_product_bd li p{padding:5px 1%;width:98%;background:#f3f3f3;color:#555;font-size:15px;height:40px;line-height:40px;text-align:center;margin-top:-1px;}
.ny_content .conn ul.ny_product_bd li p span{display:block;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_content .conn ul.ny_product_bd li p span a{color:#555;}
.ny_content .conn ul.ny_product_bd li:hover .pro_img{border:1px solid #00998e;}
.ny_content .conn ul.ny_product_bd li:hover p{background:#00998e;}
.ny_content .conn ul.ny_product_bd li:hover p a{color:#ffffff;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) {.ny_content .conn ul.ny_product_bd li .pro_img a{height:144px;} }
@media (max-width:767px) {.ny_content{padding:20px 0 10px;}.ny_content .content_left{float:none;width:100%;margin-bottom:10px;}.ny_content .content_left .c_tlt{text-indent:5%;text-align:left;background:#00998e url(../images/pro_fl_icon.png) 95% center no-repeat;height:45px;line-height:45px;font-size:16px;}.ny_content .content_left .pro_mulu{display:none;}.ny_content .content_left .pro_mulu_index li div{display:none;}.ny_content .content_right{float:none;width:100%;}.ny_content .conn ul.ny_product_bd li{width:47%;}.ny_content .conn ul.ny_product_bd li:nth-child(2n){margin-right:0;}.ny_content .conn ul.ny_product_bd li:nth-child(3n){margin-right:5%;}.ny_content .conn ul.ny_product_bd li:nth-child(6n){margin-right:0;}.ny_content .conn ul.ny_product_bd li .pro_img a{height:130px;}.ny_content .conn ul.ny_product_bd li p{font-size:12px;height:30px;line-height:30px;}.ny_content .conn ul.ny_product_bd li p span{height:30px;line-height:30px;}}

/*内页新闻*/
.ny_news li{background:#ffffff;padding:10px 24px;margin-bottom:20px;position:relative;}
.ny_news li .news_time{position:absolute;left:24px;top:10px;width:90px;text-align:center;background:#cacaca;padding:10px 0;overflow:hidden;}
.ny_news li .news_time p{font-size:24px;font-weight:bold;color:#fff;}
.ny_news li .news_time span{font-size:14px;color:#fff;}
.ny_news li .news_con{padding-left:110px;}
.ny_news li .news_con p{font-size:15px;font-weight:bold;color:#555;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.ny_news li:hover{background:#00998e;}
.ny_news li:hover .news_time{background:#07655d;}
.ny_news li:hover .news_con p a{color:#ffffff}
.ny_news li:hover .news_con span{color:#ffffff}

/*内页技术文章*/
.ny_article{padding:0 20px;}
.ny_article li{overflow:hidden;border-bottom: 1px dotted #ccc;padding: 10px 0px;margin: 0 0 10px 0;background:url(../images/news_icon.png) left center no-repeat;}
.ny_article li a{display:block;width:65%;font-size:14px;color:#666;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;float:left;text-indent:20px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_article li a:hover{color:#07655d;margin-left:10px;}
.ny_article li span{display:block;width:30%;text-align:right;font-size:12px;color:#999;overflow:hidden;float:right;}

/*分页*/
.page_list{text-align:center;padding-top:20px;padding-bottom:20px;}
.page_list a{display:inline-block;padding:0 10px;background:#ddd;height:30px;line-height:30px;text-align:center;margin-right: 5px;border-radius:2px;}
.page_list a:hover{background:#07655d;color:#ffffff;}
.page_list a.pnnum1{background:#07655d;color:#ffffff;}
.page_list input{display:inline-block;padding:0 5px;background:#00998e;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}
@media (max-width:1199px) {  }
@media (max-width:992px) {.page_list td span{display:none;}.page_list td #firstpage{display:none;}.page_list td #endpage{display:none;}.page_list a{margin-right:5px;}.page_list{font-size:0;color:#fff;margin-bottom: 0;}.page_list input{display:none !important;}.page_list a{font-size:12px;}}
@media (max-width:880px) { }
@media (max-width:767px) {}

/*留言*/
.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;outline:none;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:12px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#00998e;color:#fff;outline:none;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}
@media (max-width:1199px) {  }
@media (max-width:992px) {}
@media (max-width:880px) { }
@media (max-width:767px) {.ly_msg ul li h4{display:none;}.cpzx .ly_msg ul li div{width:100% !important;}.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;}.cpzx .ly_msg ul li .msg_ipt12{width:100% !important;}.ly_msg ul li div.msg_ipt2{width:30% !important;}.ly_msg ul li span{display:none;}.ly_msg{margin: 0 auto 0 !important;}.cpzx .msg_btn input{width:49%;margin-right:0;}.cpzx .msg_btn input:first-child{margin-right:2%;}}

.ny_content .content_right .conn .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;}
.ny_news_time{text-align:center;font-size:12px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_news_ye{padding-top:30px;}
.ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}

/*内页相关文章*/
.ny_tlt2{width:100%;margin-bottom:30px;position:relative;overflow:hidden;}
.ny_tlt2 p{float:left;font-size:18px;color:#00998e;text-align:left;padding-right:20px;padding-left:10px;font-weight:bold;}
.ny_tlt2:before{content:'';width:2px;height:17px;background:#00998e;position:absolute;left:0;top:50%;margin-top:-7px;}
.ny_xgwz{background:#ffffff;padding:20px 0;}
.ny_xgwz ul li{float:left;width:49%;margin-bottom:10px;position:relative;background:#f1f1f1;}
.ny_xgwz ul li a{display:block;float:left;width:68%;padding:5px 0 5px 5%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-weight:bold;color:#666;}
.ny_xgwz ul li span{display:block;float:right;width:20%;color:#999;text-align:right;padding:5px 5% 0 0;}
.ny_xgwz ul li:nth-child(odd){float:left;}
.ny_xgwz ul li:nth-child(even){float:right;}
.ny_xgwz ul li:before{content:'';width:10px;height:1px;background:#00998e;position:absolute;left:10px;top:50%;}
.ny_xgwz ul li:hover{background:#00998e;color:#fff}
.ny_xgwz ul li:hover:before{background:#ffffff;}
.ny_xgwz ul li:hover a,.ny_xgwz ul li:hover span{color:#ffffff;}
@media (max-width:1199px) {  }
@media (max-width:992px) {}
@media (max-width:880px) {.ny_xgwz ul li{width:100%;}.ny_xgwz ul li a{width:58%;padding: 5px 0 5px 10%;}.ny_xgwz ul li span{width:24%;}}
@media (max-width:767px) {}

.content_right .conn .proshow1{padding-top:40px;position:relative;padding-bottom:20px;background:#ffffff;}
.content_right .conn .proshow1 .js-silder{float:left;width:45%;margin-top:0 !important;background:#ffffff;border:1px solid #dedede;}
.proshow1 .js-silder .silder-main-img {width:100%;text-align:center;height:400px;}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;max-height:100%;vertical-align:middle}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:16px;padding-top:10px;font-weight:normal;color:#b5b5b5;}
.content_right .conn .proshow1 .prodesc{float:right;width:51%;}
.content_right .conn .proshow1 .prodesc p.desc{height:125px;overflow:hidden;color:#999;}
.content_right .conn .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#07655d;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2 em{display:block;}
.content_right .conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #07655d;color:#07655d;}
.content_right .conn .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.content_right .conn .xgcp li{float:left;width: 30%;margin-right:4.5%;margin-bottom:30px;height:360px;}
.content_right .conn .xgcp li:nth-child(3n) {margin-right: 0px;}
.content_right .conn .xgcp li>div{display:block;background:#fff;padding-bottom:10px;position:relative;background: #fff;box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.30);-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.content_right .conn .xgcp li a .pro_img{text-align:center;width:100%;height:300px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.content_right .conn .xgcp li a .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.content_right .conn .xgcp li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.content_right .conn .xgcp li a p{width:100%;height:50px;line-height:50px;font-size:15px;text-align:center;color:#555;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.content_right .conn .xgcp li a p:after{content:'';display:block;width:30px;height:2px;margin:-5px auto 0;background:#4d779e;}
.content_right .conn .xgcp li:hover>div{margin-top: -5px;box-shadow: 0px 5px 10px 5px #e1dddd;}
.tags_title{border-bottom:1px solid #DDD;margin:0 0 30px;}
.tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#f8f8f8;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #f8f8f8;font-weight:bold;}
.proshow2{padding-top:20px;}
.proshow2 .prodetail_con{float:right;width: 100%;}
.proshow2 .prodetail_con .tags_title{margin:0;}
.proshow2 .prodetail_con .content{padding:30px 0;}
.proshow2 .prodetail_con .content img{max-width:80%;height:auto !important;}

@media (max-width:1199px) {  }
@media (max-width:992px) {}
@media (max-width:880px) { }
@media (max-width:767px) {.content_right .conn .proshow1{padding-top:0;}.proshow1 .js-silder .silder-main-img{height:300px;}.content_right .conn .proshow1 .js-silder{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:20px;padding-bottom:20px;}.content_right .conn .proshow1 .prodesc{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:15px;}.content_right .conn .proshow1 .prodesc p.desc{height:74px;}.content_right .conn .proshow1 .pro_btn{padding-top:15px;}.content_right .conn .proshow1 .pro_btn1{height:44px;line-height:44px;}.content_right .conn .proshow1 .pro_btn2{height:44px;line-height:44px;}.content_right .conn .proshow1 .pro_btn2 em{display:none;}.tags_title{margin: 20px 0 30px;}.proshow2 .prodetail_con{width:100%;}.proshow2{padding-top:0;}.proshow2 .prodetail_con .content{padding:10px 0;}}




